OlapElementCollection<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
OlapElementCollection<T> コンストラクタ | OlapElementCollection<T> クラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollection instance. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。 | |
Item | 指定した名前を持つ要素を取得します。 | |
UniqueNameIndexesOnly | このコレクションの項目が文字列インデックスによってアクセスされるときに要求された項目がその Infragistics.Olap.Data.IOlapElement.UniqueName によってのみ一致すべきかどうかを示す値を取得または設定します。そうでない場合、このような一意の名前を持つ項目が見つからない場合、指定されたインデックス値は Infragistics.Olap.Data.IOlapElement.Name に対しても検証されます。 |
名前 | 解説 | |
---|---|---|
Items | Returns the IList that the ReadOnlyCollection wraps. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
Contains | Determines whether an element is in the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。 | |
CopyTo | Copies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。 | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。 | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。 |